ASP.NET Core MVC コントロールヘルプ
CollectionViewService<T>(IEnumerable<T>) メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > ControlBuilderFactory クラス > CollectionViewService メソッド : CollectionViewService<T>(IEnumerable<T>) メソッド
The data item type
The sourceCollection
Create a CollectionViewServiceBuilder.
シンタックス
'宣言
 
Public Overloads Function CollectionViewService(Of T)( _
   Optional ByVal sourceCollection As System.Collections.Generic.IEnumerable(Of T) _
) As CollectionViewServiceBuilder(Of T)
public CollectionViewServiceBuilder<T> CollectionViewService<T>( 
   System.Collections.Generic.IEnumerable<T> sourceCollection
)

パラメータ

sourceCollection
The sourceCollection

型パラメータ

T
The data item type

戻り値の型

The CollectionViewServiceBuilder
参照

ControlBuilderFactory クラス
ControlBuilderFactory メンバ
オーバーロード一覧